[INFO] fetching crate bob-chat 0.3.2...
[INFO] fixing bob-chat-0.3.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate bob-chat 0.3.2 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate bob-chat 0.3.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate bob-chat 0.3.2
[INFO] tweaked toml for crates.io crate bob-chat 0.3.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate bob-chat 0.3.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bob-chat 0.3.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded saa v5.5.0
[INFO] [stderr]   Downloaded bob-core v0.3.2
[INFO] [stderr]   Downloaded sdd v4.7.5
[INFO] [stderr]   Downloaded scc v3.6.12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fed6070a63eac7e7fb9fd0fe7ff18328a450308566795a36f8284250f09389e5
[INFO] running `Command { std: "docker" "start" "fed6070a63eac7e7fb9fd0fe7ff18328a450308566795a36f8284250f09389e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fed6070a63eac7e7fb9fd0fe7ff18328a450308566795a36f8284250f09389e5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fed6070a63eac7e7fb9fd0fe7ff18328a450308566795a36f8284250f09389e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fed6070a63eac7e7fb9fd0fe7ff18328a450308566795a36f8284250f09389e5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking saa v5.5.0
[INFO] [stderr]     Checking tokio v1.51.0
[INFO] [stderr]     Checking sdd v4.7.5
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking scc v3.6.12
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking bob-core v0.3.2
[INFO] [stderr]     Checking bob-chat v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/adapter.rs:255:14
[INFO] [stdout]     |
[INFO] [stdout] 255 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/adapter.rs:311:14
[INFO] [stdout]     |
[INFO] [stdout] 311 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/bot.rs:814:14
[INFO] [stdout]     |
[INFO] [stdout] 814 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/bot.rs:821:14
[INFO] [stdout]     |
[INFO] [stdout] 821 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/bot.rs:829:14
[INFO] [stdout]     |
[INFO] [stdout] 829 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/bot.rs:853:14
[INFO] [stdout]     |
[INFO] [stdout] 853 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/bot.rs:884:14
[INFO] [stdout]     |
[INFO] [stdout] 884 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/bot.rs:908:14
[INFO] [stdout]     |
[INFO] [stdout] 908 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/bot.rs:953:14
[INFO] [stdout]     |
[INFO] [stdout] 953 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/bot.rs:994:14
[INFO] [stdout]     |
[INFO] [stdout] 994 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]     --> src/bot.rs:1037:14
[INFO] [stdout]      |
[INFO] [stdout] 1037 |     #[tokio::test]
[INFO] [stdout]      |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]     --> src/bot.rs:1075:14
[INFO] [stdout]      |
[INFO] [stdout] 1075 |     #[tokio::test]
[INFO] [stdout]      |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]     --> src/bot.rs:1113:14
[INFO] [stdout]      |
[INFO] [stdout] 1113 |     #[tokio::test]
[INFO] [stdout]      |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]     --> src/bot.rs:1139:14
[INFO] [stdout]      |
[INFO] [stdout] 1139 |     #[tokio::test]
[INFO] [stdout]      |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]     --> src/bot.rs:1179:14
[INFO] [stdout]      |
[INFO] [stdout] 1179 |     #[tokio::test]
[INFO] [stdout]      |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/stream.rs:212:14
[INFO] [stdout]     |
[INFO] [stdout] 212 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/stream.rs:236:14
[INFO] [stdout]     |
[INFO] [stdout] 236 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/stream.rs:277:14
[INFO] [stdout]     |
[INFO] [stdout] 277 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/thread.rs:262:14
[INFO] [stdout]     |
[INFO] [stdout] 262 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/thread.rs:273:14
[INFO] [stdout]     |
[INFO] [stdout] 273 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/thread.rs:284:14
[INFO] [stdout]     |
[INFO] [stdout] 284 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/thread.rs:294:14
[INFO] [stdout]     |
[INFO] [stdout] 294 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/thread.rs:311:14
[INFO] [stdout]     |
[INFO] [stdout] 311 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/thread.rs:319:14
[INFO] [stdout]     |
[INFO] [stdout] 319 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/test_utils.rs:339:14
[INFO] [stdout]     |
[INFO] [stdout] 339 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/test_utils.rs:352:14
[INFO] [stdout]     |
[INFO] [stdout] 352 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/test_utils.rs:364:14
[INFO] [stdout]     |
[INFO] [stdout] 364 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/test_utils.rs:373:14
[INFO] [stdout]     |
[INFO] [stdout] 373 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/test_utils.rs:396:14
[INFO] [stdout]     |
[INFO] [stdout] 396 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> src/test_utils.rs:416:14
[INFO] [stdout]     |
[INFO] [stdout] 416 |     #[tokio::test]
[INFO] [stdout]     |              ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> tests/bot_lifecycle.rs:137:10
[INFO] [stdout]     |
[INFO] [stdout] 137 | #[tokio::test]
[INFO] [stdout]     |          ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> tests/bot_lifecycle.rs:174:10
[INFO] [stdout]     |
[INFO] [stdout] 174 | #[tokio::test]
[INFO] [stdout]     |          ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> tests/bot_lifecycle.rs:223:10
[INFO] [stdout]     |
[INFO] [stdout] 223 | #[tokio::test]
[INFO] [stdout]     |          ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> tests/bot_lifecycle.rs:266:10
[INFO] [stdout]     |
[INFO] [stdout] 266 | #[tokio::test]
[INFO] [stdout]     |          ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> tests/bot_lifecycle.rs:311:10
[INFO] [stdout]     |
[INFO] [stdout] 311 | #[tokio::test]
[INFO] [stdout]     |          ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> tests/bot_lifecycle.rs:366:10
[INFO] [stdout]     |
[INFO] [stdout] 366 | #[tokio::test]
[INFO] [stdout]     |          ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test` in `tokio`
[INFO] [stdout]    --> tests/bot_lifecycle.rs:399:10
[INFO] [stdout]     |
[INFO] [stdout] 399 | #[tokio::test]
[INFO] [stdout]     |          ^^^^ could not find `test` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bob-chat` (test "bot_lifecycle") due to 7 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bob-chat` (lib test) due to 30 previous errors
[INFO] running `Command { std: "docker" "inspect" "fed6070a63eac7e7fb9fd0fe7ff18328a450308566795a36f8284250f09389e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fed6070a63eac7e7fb9fd0fe7ff18328a450308566795a36f8284250f09389e5", kill_on_drop: false }`
[INFO] [stdout] fed6070a63eac7e7fb9fd0fe7ff18328a450308566795a36f8284250f09389e5
